home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-22 | 583 b | 20 lines | [TEXT/MSWD] |
- len-stacc-ratio
- min max percent length-list
-
-
- makes staccato on lengths inside min and max by percent
- which can be a single value to affect the whole length-list
- or a list of percent-values that are repeated through the
- length-list. percents should be integers.
-
-
- (len-stacc-ratio '1/16 '1/4 50 '(1/2 1/8 1/16 1/8 1/4))
- ->(1/2 1/16 -1/16 1/32 -1/32 1/16 -1/16 1/8 -1/8)
-
- (len-stacc-ratio '1/8 '1/8 20 '(1/2 1/8 1/16 1/8 1/4))
- ->(1/2 1/10 -1/40 1/16 1/10 -1/40 1/4)
-
- (len-stacc-ratio '1/16 '1/4 '(25 50 75)
- '(1/2 1/8 1/16 1/8 1/4))
- ->(1/2 1/16 -1/16 1/64 -3/64 3/32 -1/32 1/8 -1/8)
-